{ "cells": [ { "cell_type": "markdown", "id": "1df37899", "metadata": {}, "source": [ "## Inventory Management Basics" ] }, { "cell_type": "markdown", "id": "9a34a1a2", "metadata": {}, "source": [ "### Parts of Inventory management" ] }, { "cell_type": "markdown", "id": "27ce6ab1", "metadata": {}, "source": [ "- Purchasing\n", "- Logistics\n", "- Supply Chain\n", "- Operations" ] }, { "cell_type": "markdown", "id": "33855221", "metadata": {}, "source": [ "### Factors that affect Inventory management" ] }, { "cell_type": "markdown", "id": "28380acf", "metadata": {}, "source": [ "- Space\n", "- Weight\n", "- Cost\n", "- Flexibility\n", "- Risks" ] }, { "cell_type": "markdown", "id": "e5699728", "metadata": {}, "source": [ "### Questions to be considered in Mind?" ] }, { "cell_type": "markdown", "id": "59e4fea3", "metadata": {}, "source": [ "- What inventory to buy?\n", "- What to buy?\n", "- How much to buy?\n", "- Can be done by matching Purchase Orders and Customer Orders" ] }, { "cell_type": "markdown", "id": "6af66d18", "metadata": {}, "source": [ "### Flowchart of Inventory processing" ] }, { "cell_type": "markdown", "id": "d8f91995", "metadata": {}, "source": [ "" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.8" } }, "nbformat": 4, "nbformat_minor": 5 }